UCF STIG Viewer Logo

The Security Token Service directory tree must have permissions in an out-of-the-box state.


Overview

Finding ID Version Rule ID IA Controls Severity
V-256761 VCST-70-000017 SV-256761r889253_rule Medium
Description
As a rule, accounts on a web server are to be kept to a minimum. Only administrators, web managers, developers, auditors, and web authors require accounts on the machine hosting the web server. The resources to which these accounts have access must also be closely monitored and controlled. The Security Token Service files must be adequately protected with correct permissions as applied out of the box. Satisfies: SRG-APP-000211-WSR-000030, SRG-APP-000380-WSR-000072
STIG Date
VMware vSphere 7.0 vCenter Appliance STS Security Technical Implementation Guide 2023-06-15

Details

Check Text ( C-60436r889251_chk )
At the command prompt, run the following command:

# find /usr/lib/vmware-sso/vmware-sts/ -xdev -type f -a '(' -not -user root -o -not -group root ')' -exec ls -ld {} \;

If the command produces any output, this is a finding.
Fix Text (F-60379r889252_fix)
At the command prompt, run the following command:

# chown root:root

Repeat the command for each file that was returned.

Note: Replace for the name of the file that was returned.